home *** CD-ROM | disk | FTP | other *** search
/ Cool Screensavers (Professional Edition) / Cool Screen Savers (Professional Edition).iso / animated screensaver / fire.exe / install.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2001-06-11  |  551b  |  29 lines

  1. object Form2: TForm2
  2.   Left = 354
  3.   Top = 189
  4.   BorderStyle = bsSingle
  5.   Caption = 'Install'
  6.   ClientHeight = 89
  7.   ClientWidth = 316
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 122
  21.     Top = 56
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28. end
  29.